--------------------------------------------------------------------------- IndexError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_13908/3648514916.py in <module> 4 plt.figure(figsize=(w, h)) 5 plt.title("G / D loss") ----> 6 plt.plot(histnp[:,[12, 17]]) 7 plt.show() 8 IndexError: index 12 is out of bounds for axis 1 with size 2